public class UInt_List
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
UInt_List() |
protected |
UInt_List(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
add(long x) |
void |
clear() |
void |
delete() |
boolean |
equals(UInt_List o) |
protected void |
finalize() |
long |
get(int i) |
protected static long |
getCPtr(UInt_List obj) |
boolean |
isEmpty() |
long |
size() |
protected UInt_List(long cPtr, boolean cMemoryOwn)
public UInt_List()
protected static long getCPtr(UInt_List obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public long size()
public boolean isEmpty()
public void clear()
public void add(long x)
public long get(int i)
public boolean equals(UInt_List o)